GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-01-25T20:40:59.7627726+00:00",
"SubmitDate": "2026-01-25T20:40:59.7627726+00:00",
"ReportPeriodStart": "2026-01-25T20:40:59.7627726+00:00",
"ReportPeriodEnd": "2026-01-25T20:40:59.7627726+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bbf3c723-c462-4cc3-ad68-5f362f7d0bb6",
"Rows": [
{
"ItemId": "5864556f-93a0-4ee1-8d4a-432b018bcac3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5864556f-93a0-4ee1-8d4a-432b018bcac3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bbf3c723-c462-4cc3-ad68-5f362f7d0bb6",
"Rows": [
{
"ItemId": "5864556f-93a0-4ee1-8d4a-432b018bcac3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5864556f-93a0-4ee1-8d4a-432b018bcac3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"37f21d99-0a49-4d47-aece-bbb514b09f39",
"f29817bf-add2-4c82-9736-c509a9ae73b6"
],
"Approvers": [
"119cdc9c-f5c1-4e5f-9785-778e255edd9f",
"6d81dd0d-9b2a-4b4d-8fd6-863b972e3858"
],
"ApprovedBy": "1987d079-cd30-4732-9f65-50dea35ec490",
"ApprovalDate": "2026-01-25T20:40:59.7627726+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ab3f9835-8d43-4a56-b7b7-e1e9ca16dea1",
"id": "4ef412ce-8426-4d43-ac1c-d77bb8d147a2",
"ConfigId": "a4e735d8-49f6-47fb-afca-bbf68325b3ee"
},
{
"GenerationDate": "2026-01-25T20:40:59.7627726+00:00",
"SubmitDate": "2026-01-25T20:40:59.7627726+00:00",
"ReportPeriodStart": "2026-01-25T20:40:59.7627726+00:00",
"ReportPeriodEnd": "2026-01-25T20:40:59.7627726+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "bbf3c723-c462-4cc3-ad68-5f362f7d0bb6",
"Rows": [
{
"ItemId": "5864556f-93a0-4ee1-8d4a-432b018bcac3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5864556f-93a0-4ee1-8d4a-432b018bcac3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "bbf3c723-c462-4cc3-ad68-5f362f7d0bb6",
"Rows": [
{
"ItemId": "5864556f-93a0-4ee1-8d4a-432b018bcac3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "5864556f-93a0-4ee1-8d4a-432b018bcac3",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"37f21d99-0a49-4d47-aece-bbb514b09f39",
"f29817bf-add2-4c82-9736-c509a9ae73b6"
],
"Approvers": [
"119cdc9c-f5c1-4e5f-9785-778e255edd9f",
"6d81dd0d-9b2a-4b4d-8fd6-863b972e3858"
],
"ApprovedBy": "1987d079-cd30-4732-9f65-50dea35ec490",
"ApprovalDate": "2026-01-25T20:40:59.7627726+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "ab3f9835-8d43-4a56-b7b7-e1e9ca16dea1",
"id": "4ef412ce-8426-4d43-ac1c-d77bb8d147a2",
"ConfigId": "a4e735d8-49f6-47fb-afca-bbf68325b3ee"
}
]